CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - yuv420 rgb24

搜索资源列表

  1. YUV2RGB_64

    0下载:
  2. 在Dsp64xx上实现YUV420图像格式转RGB24格式,通过查表实现,速度快。
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:18263
    • 提供者:长沙
  1. yuv_bmp

    0下载:
  2. 自己优化的一个yuv420转bmp文件(rgb24)文件的一个小工具,做视频处理的同仁可能用的到.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:12699
    • 提供者:xuchangliang
  1. yuv2rgbCode

    0下载:
  2. 降YUV420格式转换为RGB24/32格式 的程序代码-drop YUV420 RGB24/32 format conversion to the format code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:43916
    • 提供者:afax
  1. JPG图像文件转换成YUV原始数据格式

    1下载:
  2. 这是一个把JPG图像文件转换成YUV原始数据格式的程序,就三个函数,输出为YUV420的。-this is a static library for decompressing the jpg file and converting its colorspace from yuv422 to yuv420, but RGB24. enjoy your self!
  3. 所属分类:图形图象

    • 发布日期:2011-07-26
    • 文件大小:58572
    • 提供者:Simonz
  1. Jpeg2Yuv

    2下载:
  2. 这是一个把JPG图像文件转换成YUV原始数据格式的程序,就三个函数,输出为YUV420的。-this is a static library for decompressing the jpg file and converting its colorspace from yuv422 to yuv420, but RGB24. enjoy your self!
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-25
    • 文件大小:58625
    • 提供者:facai
  1. rgb2yuv

    1下载:
  2. 将RGB24转换成YUV420图片的程序,希望对大家有用。目前还没有AVI转YUV420的代码,建议先用播放器抓AVI的图片,再用bmp转YUV-Will be converted into RGB24 procedures YUV420 picture, I hope useful for all of us. There is no AVI to YUV420 code, it is recommended to use AVI player grasping the picture, an
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-23
    • 文件大小:174707
    • 提供者:高武
  1. YUV

    0下载:
  2. YUV420转RGB24相关函数,运用快速查表算法,ConvertRGB2YUV,RGB24toYUV420-YUV420 turn RGB24-correlation function, using fast look-up table algorithm, ConvertRGB2YUV, RGB24toYUV420
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-24
    • 文件大小:2301
    • 提供者:lin
  1. YUV2RGB

    0下载:
  2. YUV420 与 RGB24 互相转换的函数-colour space conversion for tmndecode (H.263 decoder) ConvertRGBtoYUV ConvertYUVtoRGB ConvertYUVtoRGBWithEdge
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:3215
    • 提供者:hsiwen
  1. yuv420ToRgb565

    0下载:
  2. 功能:(ov511) 1、YUV420 格式采集视频数据 2、将YUV420 视频数据转成 RGB565 在320*240RGB LCD 16bpp 上显示 3、采用查找表及移位技术解决浮点运算耗时问题,提高LCD刷新屏幕的频率,无闪烁。-Function: (ov511) 1, YUV420 format video data collected 2, YUV420 video data into RGB565 in 320* 240RGB LCD 16bpp display 3,
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:67833
    • 提供者:
  1. yuv420convert

    0下载:
  2. RGB24转yuv420 以及yuv420 planar格式的转yuv420 接口参数简单,实现代码也简单,便于查看,已经测试过-Turn yuv420 RGB24 format and transfer yuv420 yuv420 planar interface parameters is simple, the implementation code is also simple and easy to view, has been tested
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:1024
    • 提供者:ercheng
  1. h264

    3下载:
  2. vs2008环境下编写的基于ffmpeg的H264帧的生成代码,可以完成yuv420和rgb24到H264帧 的转换,并附有图片可供验证,生成的H264帧可以用elecard软件查看。-prepared under the vs2008 environment based on ffmpeg H264 frames generated code can be completed the conversion of yuv420 and rgb24 H264 frame with pictur
  3. 所属分类:Streaming_Mpeg4

    • 发布日期:2014-07-27
    • 文件大小:9231360
    • 提供者:cekxidiancek
  1. formats-coverting-function

    1下载:
  2. 视频格式转码函数,YUV420、YUV420sp(NV12)、yuyv、uyvy、yvu420、y41p、yuv410、yuv422p、yuv411p、rgb8、rgb15、RGB16、rgb24、RGB32 等格式之间的相互转换函数库-function library for video Formats converting between YUV420、YUV420sp(NV12)、yuyv、uyvy、yvu420、y41p、yuv410、yuv422p、yuv411p、rgb8、rgb1
  3. 所属分类:多媒体编程

    • 发布日期:2013-05-25
    • 文件大小:6377
    • 提供者:sewin
  1. ColorTranTest

    0下载:
  2. RGB24图像与YUV420图像互相转换的C代码,运行时需添加OpenCV库支持-RGB24 image YUV420 image with each other to convert C code, run-time required to add the OpenCV library support
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-25
    • 文件大小:12101
    • 提供者:chenjc
  1. yuv2rgb003

    0下载:
  2. Yuv2Rgb,里面功能很强,有大家都关心的 yuv420转rgb24(RGB888) 的转换,可以用极速来形容,不过用这个东西,有点难度-Yuv2Rgb, which features a very strong, there is a concern for all yuv420 turn rgb24 (RGB888) conversion, can be used to describe the speed, but with this thing, a little more diffi
  3. 所属分类:Video Capture

    • 发布日期:2017-03-27
    • 文件大小:104237
    • 提供者:王林
  1. app

    0下载:
  2. ARM平台服务端,RGB24与YUV420格式相互转换,节省传输流量。-Peer to Peer Video Conferencing over the LAN.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:10479
    • 提供者:xieguoxiong
  1. yuv2rgb

    0下载:
  2. RGB24与YUV420格式相互转换,达到视频文件压缩目的。-RGB24 and YUV420 format conversion, video file compression to achieve the purpose.
  3. 所属分类:Linux Network

    • 发布日期:2017-05-04
    • 文件大小:7451
    • 提供者:xieguoxiong
搜珍网 www.dssz.com